1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSuppliersList
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmSuppliersList))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.Label2 = New System.Windows.Forms.Label()
29         Me.Label1 = New System.Windows.Forms.Label()
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
32         Me.grpCat = New System.Windows.Forms.GroupBox()
33         Me.cmdcancel = New System.Windows.Forms.Button()
34         Me.CmdSearch = New System.Windows.Forms.Button()
35         Me.txtname = New System.Windows.Forms.TextBox()
36         Me.Label3 = New System.Windows.Forms.Label()
37         Me.PictureBox2 = New System.Windows.Forms.PictureBox()
38         Me.Label4 = New System.Windows.Forms.Label()
39         Me.lstSupplies = New System.Windows.Forms.ListView()
40         Me.lstSuppliers = New System.Windows.Forms.ListView()
41         Me.lstsupplier = New System.Windows.Forms.ListView()
42         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
43         Me.rbsuplist = New System.Windows.Forms.RadioButton()
44         Me.rbsuppro = New System.Windows.Forms.RadioButton()
45         Me.Panel1.SuspendLayout()
46         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
47         Me.GroupBox1.SuspendLayout()
48         Me.grpCat.SuspendLayout()
49         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.SuspendLayout()
51         
'
52         
'Panel1
53         
'
54         Me.Panel1.Controls.Add(Me.Label2)
55         Me.Panel1.Controls.Add(Me.Label1)
56         Me.Panel1.Controls.Add(Me.PictureBox1)
57         Me.Panel1.Location = New System.Drawing.Point(
3, 2)
58         Me.Panel1.Name =
"Panel1"
59         Me.Panel1.Size = New System.Drawing.Size(
405, 45)
60         Me.Panel1.TabIndex =
0
61         
'
62         
'Label2
63         
'
64         Me.Label2.AutoSize = True
65         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
66         Me.Label2.Location = New System.Drawing.Point(
59, 24)
67         Me.Label2.Name =
"Label2"
68         Me.Label2.Size = New System.Drawing.Size(
263, 13)
69         Me.Label2.TabIndex =
3
70         Me.Label2.Text =
"Add, Edit Account profile and Listing of their products"
71         
'
72         
'Label1
73         
'
74         Me.Label1.AutoSize = True
75         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
77         Me.Label1.Location = New System.Drawing.Point(
58, 3)
78         Me.Label1.Name =
"Label1"
79         Me.Label1.Size = New System.Drawing.Size(
167, 23)
80         Me.Label1.TabIndex =
1
81         Me.Label1.Text =
"Suppliers Profile"
82         
'
83         
'PictureBox1
84         
'
85         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
86         Me.PictureBox1.Location = New System.Drawing.Point(
9, 3)
87         Me.PictureBox1.Name =
"PictureBox1"
88         Me.PictureBox1.Size = New System.Drawing.Size(
44, 38)
89         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
90         Me.PictureBox1.TabIndex =
0
91         Me.PictureBox1.TabStop = False
92         
'
93         
'GroupBox1
94         
'
95         Me.GroupBox1.Controls.Add(Me.grpCat)
96         Me.GroupBox1.Controls.Add(Me.PictureBox2)
97         Me.GroupBox1.Controls.Add(Me.Label4)
98         Me.GroupBox1.Controls.Add(Me.lstSupplies)
99         Me.GroupBox1.Controls.Add(Me.lstSuppliers)
100         Me.GroupBox1.Controls.Add(Me.lstsupplier)
101         Me.GroupBox1.Location = New System.Drawing.Point(
3, 42)
102         Me.GroupBox1.Name =
"GroupBox1"
103         Me.GroupBox1.Size = New System.Drawing.Size(
788, 554)
104         Me.GroupBox1.TabIndex =
1
105         Me.GroupBox1.TabStop = False
106         
'
107         
'grpCat
108         
'
109         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
110         Me.grpCat.Controls.Add(Me.cmdcancel)
111         Me.grpCat.Controls.Add(Me.CmdSearch)
112         Me.grpCat.Controls.Add(Me.txtname)
113         Me.grpCat.Controls.Add(Me.Label3)
114         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
115         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.grpCat.Location = New System.Drawing.Point(
299, 187)
117         Me.grpCat.Name =
"grpCat"
118         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
119         Me.grpCat.TabIndex =
3
120         Me.grpCat.TabStop = False
121         Me.grpCat.Text =
"Search by Supplier Name "
122         Me.grpCat.Visible = False
123         
'
124         
'cmdcancel
125         
'
126         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
127         Me.cmdcancel.Name =
"cmdcancel"
128         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
129         Me.cmdcancel.TabIndex =
3
130         Me.cmdcancel.Text =
"&Cancel"
131         Me.cmdcancel.UseVisualStyleBackColor = True
132         
'
133         
'CmdSearch
134         
'
135         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
136         Me.CmdSearch.Name =
"CmdSearch"
137         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
138         Me.CmdSearch.TabIndex =
2
139         Me.CmdSearch.Text =
"&Search"
140         Me.CmdSearch.UseVisualStyleBackColor = True
141         
'
142         
'txtname
143         
'
144         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.txtname.Location = New System.Drawing.Point(
60, 27)
146         Me.txtname.MaxLength =
50
147         Me.txtname.Name =
"txtname"
148         Me.txtname.Size = New System.Drawing.Size(
254, 22)
149         Me.txtname.TabIndex =
1
150         
'
151         
'Label3
152         
'
153         Me.Label3.AutoSize = True
154         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.Label3.Location = New System.Drawing.Point(
7, 31)
156         Me.Label3.Name =
"Label3"
157         Me.Label3.Size = New System.Drawing.Size(
52, 13)
158         Me.Label3.TabIndex =
0
159         Me.Label3.Text =
"Search :"
160         
'
161         
'PictureBox2
162         
'
163         Me.PictureBox2.Image = Global.prjSalesInventory.My.Resources.Resources.x1
164         Me.PictureBox2.Location = New System.Drawing.Point(
12, 216)
165         Me.PictureBox2.Name =
"PictureBox2"
166         Me.PictureBox2.Size = New System.Drawing.Size(
10, 39)
167         Me.PictureBox2.TabIndex =
8
168         Me.PictureBox2.TabStop = False
169         
'
170         
'Label4
171         
'
172         Me.Label4.AutoSize = True
173         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Label4.Location = New System.Drawing.Point(
31, 225)
175         Me.Label4.Name =
"Label4"
176         Me.Label4.Size = New System.Drawing.Size(
106, 13)
177         Me.Label4.TabIndex =
7
178         Me.Label4.Text =
"Supplier Products"
179         
'
180         
'lstSupplies
181         
'
182         Me.lstSupplies.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
183         Me.lstSupplies.FullRowSelect = True
184         Me.lstSupplies.GridLines = True
185         Me.lstSupplies.Location = New System.Drawing.Point(
25, 240)
186         Me.lstSupplies.Name =
"lstSupplies"
187         Me.lstSupplies.Size = New System.Drawing.Size(
757, 219)
188         Me.lstSupplies.TabIndex =
6
189         Me.lstSupplies.UseCompatibleStateImageBehavior = False
190         Me.lstSupplies.View = System.Windows.Forms.View.Details
191         
'
192         
'lstSuppliers
193         
'
194         Me.lstSuppliers.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         Me.lstSuppliers.FullRowSelect = True
196         Me.lstSuppliers.GridLines = True
197         Me.lstSuppliers.Location = New System.Drawing.Point(
6, 11)
198         Me.lstSuppliers.Name =
"lstSuppliers"
199         Me.lstSuppliers.Size = New System.Drawing.Size(
776, 205)
200         Me.lstSuppliers.TabIndex =
5
201         Me.lstSuppliers.UseCompatibleStateImageBehavior = False
202         Me.lstSuppliers.View = System.Windows.Forms.View.Details
203         
'
204         
'lstsupplier
205         
'
206         Me.lstsupplier.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
207         Me.lstsupplier.FullRowSelect = True
208         Me.lstsupplier.GridLines = True
209         Me.lstsupplier.Location = New System.Drawing.Point(
6, 11)
210         Me.lstsupplier.Name =
"lstsupplier"
211         Me.lstsupplier.Size = New System.Drawing.Size(
776, 537)
212         Me.lstsupplier.SmallImageList = Me.ImageList1
213         Me.lstsupplier.TabIndex =
4
214         Me.lstsupplier.UseCompatibleStateImageBehavior = False
215         Me.lstsupplier.View = System.Windows.Forms.View.Details
216         
'
217         
'ImageList1
218         
'
219         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
220         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
221         Me.ImageList1.Images.SetKeyName(
0, "user group.ico")
222         
'
223         
'rbsuplist
224         
'
225         Me.rbsuplist.AutoSize = True
226         Me.rbsuplist.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.rbsuplist.Location = New System.Drawing.Point(
548, 24)
228         Me.rbsuplist.Name =
"rbsuplist"
229         Me.rbsuplist.Size = New System.Drawing.Size(
100, 17)
230         Me.rbsuplist.TabIndex =
2
231         Me.rbsuplist.TabStop = True
232         Me.rbsuplist.Text =
"Suppliers List"
233         Me.rbsuplist.UseVisualStyleBackColor = True
234         
'
235         
'rbsuppro
236         
'
237         Me.rbsuppro.AutoSize = True
238         Me.rbsuppro.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         Me.rbsuppro.Location = New System.Drawing.Point(
654, 24)
240         Me.rbsuppro.Name =
"rbsuppro"
241         Me.rbsuppro.Size = New System.Drawing.Size(
134, 17)
242         Me.rbsuppro.TabIndex =
3
243         Me.rbsuppro.TabStop = True
244         Me.rbsuppro.Text =
"Supplier Product(s)"
245         Me.rbsuppro.UseVisualStyleBackColor = True
246         
'
247         
'FrmSuppliersList
248         
'
249         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
250         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
251         Me.BackColor = System.Drawing.Color.WhiteSmoke
252         Me.ClientSize = New System.Drawing.Size(
840, 636)
253         Me.Controls.Add(Me.rbsuppro)
254         Me.Controls.Add(Me.rbsuplist)
255         Me.Controls.Add(Me.GroupBox1)
256         Me.Controls.Add(Me.Panel1)
257         Me.Name =
"FrmSuppliersList"
258         Me.Text =
"Manage Suppliers"
259         Me.Panel1.ResumeLayout(False)
260         Me.Panel1.PerformLayout()
261         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
262         Me.GroupBox1.ResumeLayout(False)
263         Me.GroupBox1.PerformLayout()
264         Me.grpCat.ResumeLayout(False)
265         Me.grpCat.PerformLayout()
266         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
267         Me.ResumeLayout(False)
268         Me.PerformLayout()
269
270     End Sub
271     Friend WithEvents Panel1 As System.Windows.Forms.Panel
272     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
273     Friend WithEvents Label1 As System.Windows.Forms.Label
274     Friend WithEvents Label2 As System.Windows.Forms.Label
275     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
276     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
277     Friend WithEvents cmdcancel As System.Windows.Forms.Button
278     Friend WithEvents CmdSearch As System.Windows.Forms.Button
279     Friend WithEvents txtname As System.Windows.Forms.TextBox
280     Friend WithEvents Label3 As System.Windows.Forms.Label
281     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
282     Friend WithEvents lstsupplier As System.Windows.Forms.ListView
283     Friend WithEvents rbsuplist As System.Windows.Forms.RadioButton
284     Friend WithEvents rbsuppro As System.Windows.Forms.RadioButton
285     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
286     Friend WithEvents Label4 As System.Windows.Forms.Label
287     Friend WithEvents lstSupplies As System.Windows.Forms.ListView
288     Friend WithEvents lstSuppliers As System.Windows.Forms.ListView
289 End Class


Gõ tìm kiếm nhanh...